ICanDetectDifferences Methods
An object defining methods for the ICanDetectDifferences class.
GetDifferences(otherObj)
Compares the current object with another object and returns the differences.
Parameters:
otherObj (required): object
The object to compare with.
Returns:
Type: Dictionary<string, object>
A dictionary of differences between the current object and the other object.
This is a sync method. Method runs synchronously.